home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1999
/
MacHack 1999.toast
/
The Hacks
/
MACtive Desktop
/
Source
/
Headers
/
AppleMenu.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-07-30
|
337 b
|
25 lines
|
[
TEXT/CWIE
]
#ifndef _APPLEMENU_
#define _APPLEMENU_
#ifndef _BASEMENU_
#include "BaseMenu.h"
#endif
typedef class AppleMenu : public BaseMenu
{
public:
AppleMenu(void);
virtual void HandleSelect(UInt32 item);
virtual void HandleSetDisableState(Boolean isBeingDisabled);
void ShowAboutBox(void);
} AppleMenu;
#endif /* _APPLEMENU_ */